Added documentation, C bindings, and a test for VM_metrics.{start_time,
authorEwan Mellor <ewan@xensource.com>
Mon, 9 Apr 2007 16:09:21 +0000 (17:09 +0100)
committerEwan Mellor <ewan@xensource.com>
Mon, 9 Apr 2007 16:09:21 +0000 (17:09 +0100)
commit6492f2ffbf3fadb112a5e819c1afb56cd258893c
tree23acde499a940cb3a4597adfabf64a7687b6fa8c
parent668fbded84ff31d548ae5e84419b2acab88600e2
Added documentation, C bindings, and a test for VM_metrics.{start_time,
VCPUs_CPU,VCPUs_params}.

Changed VM_metrics.start_time to be a DateTime, not an integer.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
docs/xen-api/xenapi-datamodel.tex
tools/libxen/include/xen_int_int_map.h [new file with mode: 0644]
tools/libxen/include/xen_internal.h
tools/libxen/include/xen_vm_metrics.h
tools/libxen/src/xen_common.c
tools/libxen/src/xen_int_int_map.c [new file with mode: 0644]
tools/libxen/src/xen_vm_metrics.c
tools/libxen/test/test_bindings.c
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendVMMetrics.py
tools/python/xen/xm/main.py